Package-level declarations

Types

Link copied to clipboard
abstract class AbstractAlgorithm<T : ClusterItem?> : Algorithm<T>
Base Algorithm class that implements lock/unlock functionality.
Link copied to clipboard
interface Algorithm<T : ClusterItem?>
Logic for computing clusters
Link copied to clipboard
Groups markers into a grid.
Link copied to clipboard
A simple clustering algorithm with O(nlog n) performance.
Link copied to clipboard
This algorithm works the same way as NonHierarchicalDistanceBasedAlgorithm but works, only in visible area.
Link copied to clipboard
Optimistically fetch clusters for adjacent zoom levels, caching them as necessary.
Link copied to clipboard
This algorithm uses map position for clustering, and should be reclustered on map movement
Link copied to clipboard
open class StaticCluster<T : ClusterItem?> : Cluster<T>
A cluster whose center is determined upon creation.